home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / sunclock / Imakefile < prev    next >
Makefile  |  1995-05-25  |  459b  |  18 lines

  1. #
  2. # Compile options:
  3. #
  4. # Set -DNEW_CTIME if using the table-driven version of ctime (i.e., if
  5. #   your struct tm contains a tm_zone field)
  6. # Set -DBIGFONT= and -DSMALLFONT= whatever fonts you like
  7. # Pick -O or -g
  8. #
  9.  
  10. CDEBUGFLAGS=-DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -O
  11.  
  12. SRCS=sunclock.c bitmaps.c astro.c
  13. OBJS=sunclock.o bitmaps.o astro.o
  14. LOCAL_LIBRARIES=$(XLIB) -lm
  15. DEPLIBS=        # I don't know what I'm doing, and I hate imake!
  16.  
  17. ComplexProgramTarget(sunclock)
  18.